Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to delete multiple S3 objects #1831

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

aneeskhan47
Copy link

Hi,

This PR enables you to delete multiple objects from a bucket using a single HTTP request. If you know the object keys that you want to delete, then this operation provides a suitable alternative to sending individual delete requests, reducing per-request overhead.

I have modified the existing delete method to support both single-string path and array of paths.

AWS S3 docs: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html

@frankdejonge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant